use c++11 fixed width integer types in jeeps. (#1217)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Wed, 15 Nov 2023 14:27:00 +0000 (07:27 -0700)
committerGitHub <noreply@github.com>
Wed, 15 Nov 2023 14:27:00 +0000 (07:27 -0700)
commit93511ca9aea8ce871dff3553feee749848826a6a
treef4ffad7bc8c4a221eab626ead06ed240149a0595
parentde0458eddc8c3154618c54ba0a04e785d041f91e
use c++11 fixed width integer types in jeeps. (#1217)

* use c++11 fixed width integer types in jeeps.

thanks resharper!

* fix fixed width integers resharper missed.

in non windows code.
31 files changed:
CMakeSettings.json [new file with mode: 0644]
garmin.cc
jeeps/gps.h
jeeps/gpsapp.cc
jeeps/gpsapp.h
jeeps/gpscom.cc
jeeps/gpscom.h
jeeps/gpsdevice.cc
jeeps/gpsdevice.h
jeeps/gpsdevice_usb.cc
jeeps/gpsfmt.h
jeeps/gpsmath.cc
jeeps/gpsmath.h
jeeps/gpsmem.cc
jeeps/gpsport.h
jeeps/gpsprot.cc
jeeps/gpsprot.h
jeeps/gpsread.cc
jeeps/gpsread.h
jeeps/gpsrqst.cc
jeeps/gpsrqst.h
jeeps/gpssend.cc
jeeps/gpssend.h
jeeps/gpsserial.cc
jeeps/gpsserial.h
jeeps/gpsusbint.h
jeeps/gpsusbread.cc
jeeps/gpsusbsend.cc
jeeps/gpsutil.cc
jeeps/gpsutil.h
xcsv.cc